CompoundFile(Stream) Constructor

Initializes a new instance of the CompoundFile class based on the supplied stream.

Definition

Namespace: Independentsoft.IO.StructuredStorage
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public CompoundFile(
	Stream stream
)

Parameters

stream  Stream
A stream.

See Also